.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}
.elastic .inside-banner .info {
  font-size: 14px;
}
.elastic .jste {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
.elastic .jste ul {
  margin: 0 -15px;
}
.elastic .jste li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-top: 40px;
}
.elastic .jste li .item {
  min-height: 290px;
  padding: 30px;
  padding-top: 35px;
  position: relative;
  transition: all 500ms ease;
  border: solid 1px #ededed;
  text-align: center;
}
.elastic .jste li .item:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  opacity: 0;
  transition: all 500ms ease;
  background: #ed6827;
  position: absolute;
}
.elastic .jste li .icon img {
  max-height: 90px;
}
.elastic .jste li .tit {
  color: #333;
  margin: 20px 0;
  font-size: 18px;
}
.elastic .jste li .txt {
  color: #8a8a8a;
}
.elastic .jste li:hover .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.elastic .jste li:hover .item:after {
  opacity: 1;
}
.elastic .ggtf {
  position: relative;
  background: #f7f7f7;
  padding: 70px 0;
}
.elastic .ggtf .container {
  position: relative;
}
.elastic .ggtf .tu {
  margin-top: 40px;
  text-align: center;
}
.elastic .ggtf .pic {
  top: 160px;
  left: 50%;
  margin-left: -340px;
  position: absolute;
}
.elastic .ggtf li {
  z-index: 1;
}
.elastic .ggtf li .item {
  color: #333;
  padding: 20px;
  padding-top: 10px;
  max-width: 33%;
  width: 100%;
  float: left;
  margin-top: 80px;
  transition: all 700ms ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.6);
  background: #fff;
  border: solid 1px #f1f1f1;
  position: relative;
}
.elastic .ggtf li .item:after {
  content: "";
  bottom: -22px;
  right: -1px;
  width: 23px;
  height: 23px;
  position: absolute;
  background: url(../images/ssp-icon-1.png) no-repeat;
}
.elastic .ggtf li .item .txt {
  margin-top: 10px;
}
.elastic .ggtf li .item-2 {
  float: right;
  margin-top: 40px;
  padding: 20px 35px;
}
.elastic .ggtf li:hover .item {
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}
.elastic .ggtf li .item-2:after {
  right: auto;
  left: 0;
  background: url(../images/ssp-icon-1-1.png) no-repeat;
}
.elastic .ggtf li:nth-child(2) .item {
  max-width: 29%;
  padding-left: 35px;
  padding-right: 35px;
  margin-top: 270px;
}
.elastic .ggtf li:nth-child(2) .item:after {
  top: -22px;
  position: absolute;
  background: url(../images/ssp-icon-2.png) no-repeat;
}
.elastic .ggtf li:nth-child(2) .item-2 {
  max-width: 28%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 350px;
}
.elastic .ggtf li:nth-child(2) .item-2:after {
  right: auto;
  left: -1px;
  top: -22px;
  position: absolute;
  background: url(../images/ssp-icon-2-2.png) no-repeat;
}
@media (max-width: 768px) {
  .elastic .inside-title .title {
    font-size: 18px;
  }
  .elastic .gyfpt {
    padding: 30px 0;
  }
  .elastic .gyfpt .inside-text {
    padding: 20px 15px 0 15px;
    text-align: left;
  }
  .elastic .jste ul {
    margin-left: 0;
    margin-right: 0;
  }
  .elastic .jste li {
    width: 50%;
  }
  .elastic .ggtf {
    overflow: hidden;
    padding: 30px 0;
  }
  .elastic .ggtf .pic {
    display: none;
  }
  .elastic .ggtf ul {
    margin: 0;
    padding-top: 15px;
  }
  .elastic .ggtf li .item {
    padding: 25px 20px!important;
    margin-top: 15px !important;
    max-width: 100% !important;
    float: none !important;
    height: auto;
  }
  .elastic .ggtf li .item:after {
    display: none!important;
  }
  .elastic .ggtf li .item .txt {
    margin-top: 0;
  }
  .elastic .ggtf li:nth-child(2) .item {
    max-width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 500px) {
  .elastic .jste {
    padding: 30px 0;
  }
  .elastic .jste ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .elastic .jste li:first-child {
    margin-top: 0;
  }
  .elastic .jste li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 15px;
  }
  .elastic .jste li .item {
    min-height: auto;
  }
  .elastic .jste li .icon img {
    max-height: 60px;
  }
  .elastic .jste li .tit {
    margin: 10px 0;
    font-size: 16px;
  }
}
